projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d4ae7
)
(setup_raw_text_coding_system): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 03:29:15 +0000
(
03:29
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 03:29:15 +0000
(
03:29
+0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index dc4d8c540c7c3af2d6b0f314110d2d3a6ae6202c..8e55340d01a842019bb5c2384e0eb87e5ebd389b 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-525,6
+525,7
@@
extern int conversion_buffer_size;
extern char *conversion_buffer;
extern char *get_conversion_buffer P_ ((int));
extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));
+extern void setup_raw_text_coding_system P_ ((struct coding_system *));
extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
extern Lisp_Object Qraw_text;
extern Lisp_Object Qbuffer_file_coding_system;